Toast.this

Creates a new AdwToast.

The toast will use @title as its title.

@title can be marked up with the Pango text markup language.

  1. this(AdwToast* adwToast, bool ownedRef)
  2. this(string title)
    class Toast
    this
    (
    string title
    )

Parameters

title string

the title to be displayed

Return Value

the new created AdwToast

Throws

ConstructionException GTK+ fails to create the object.

Meta